generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(helm)!: Update chart open-webui to 4.1.0 #817
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/open-webui-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/default/open-webui/app Kustomization: flux-system/open-webui HelmRelease: default/open-webui
+++ kubernetes/apps/default/open-webui/app Kustomization: flux-system/open-webui HelmRelease: default/open-webui
@@ -13,13 +13,13 @@
spec:
chart: open-webui
sourceRef:
kind: HelmRepository
name: open-webui
namespace: flux-system
- version: 3.8.0
+ version: 4.1.0
install:
remediation:
retries: 3
interval: 30m
timeout: 15m
uninstall: |
--- HelmRelease: default/open-webui Service: default/open-webui
+++ HelmRelease: default/open-webui Service: default/open-webui
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: open-webui
+ namespace: default
labels:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: open-webui
app.kubernetes.io/component: open-webui
spec:
selector:
--- HelmRelease: default/open-webui Deployment: default/open-webui-pipelines
+++ HelmRelease: default/open-webui Deployment: default/open-webui-pipelines
@@ -19,22 +19,23 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: open-webui
app.kubernetes.io/component: open-webui-pipelines
spec:
enableServiceLinks: false
automountServiceAccountToken: false
+ serviceAccountName: open-webui-pipelines
containers:
- name: pipelines
image: ghcr.io/open-webui/pipelines:main
imagePullPolicy: Always
ports:
- name: http
containerPort: 9099
volumeMounts:
- name: data
- mountPath: /app/backend/data
+ mountPath: /app/pipelines
env: null
tty: true
volumes:
- name: data
persistentVolumeClaim:
claimName: open-webui-pipelines
--- HelmRelease: default/open-webui StatefulSet: default/open-webui
+++ HelmRelease: default/open-webui StatefulSet: default/open-webui
@@ -1,11 +1,12 @@
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: open-webui
+ namespace: default
labels:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: open-webui
app.kubernetes.io/component: open-webui
spec:
replicas: 1
@@ -20,26 +21,27 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: open-webui
app.kubernetes.io/component: open-webui
spec:
initContainers:
- name: copy-app-data
- image: ghcr.io/open-webui/open-webui:0.4.1
+ image: ghcr.io/open-webui/open-webui:0.4.7
imagePullPolicy: IfNotPresent
command:
- sh
- -c
- cp -R -n /app/backend/data/* /tmp/app-data/
volumeMounts:
- name: data
mountPath: /tmp/app-data
enableServiceLinks: false
automountServiceAccountToken: false
+ serviceAccountName: open-webui
containers:
- name: open-webui
- image: ghcr.io/open-webui/open-webui:0.4.1
+ image: ghcr.io/open-webui/open-webui:0.4.7
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8080
volumeMounts:
- name: data
--- HelmRelease: default/open-webui Ingress: default/open-webui
+++ HelmRelease: default/open-webui Ingress: default/open-webui
@@ -1,11 +1,12 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: open-webui
+ namespace: default
labels:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: open-webui
app.kubernetes.io/component: open-webui
annotations:
gethomepage.dev/enabled: 'true'
--- HelmRelease: default/open-webui ServiceAccount: default/open-webui-pipelines
+++ HelmRelease: default/open-webui ServiceAccount: default/open-webui-pipelines
@@ -0,0 +1,10 @@
+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: open-webui-pipelines
+ labels:
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: open-webui
+ app.kubernetes.io/component: open-webui-pipelines
+
--- HelmRelease: default/open-webui ServiceAccount: default/open-webui
+++ HelmRelease: default/open-webui ServiceAccount: default/open-webui
@@ -0,0 +1,12 @@
+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: open-webui
+ namespace: default
+ labels:
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: open-webui
+ app.kubernetes.io/component: open-webui
+automountServiceAccountToken: false
+ |
renovate
bot
changed the title
feat(helm)!: Update chart open-webui to 4.0.0
feat(helm)!: Update chart open-webui to 4.0.4
Nov 24, 2024
renovate
bot
force-pushed
the
renovate/open-webui-4.x
branch
3 times, most recently
from
November 28, 2024 00:07
b2e013b
to
ff6f168
Compare
renovate
bot
changed the title
feat(helm)!: Update chart open-webui to 4.0.4
feat(helm)!: Update chart open-webui to 4.0.5
Nov 28, 2024
renovate
bot
changed the title
feat(helm)!: Update chart open-webui to 4.0.5
feat(helm)!: Update chart open-webui to 4.0.6
Dec 2, 2024
renovate
bot
force-pushed
the
renovate/open-webui-4.x
branch
from
December 2, 2024 02:15
ff6f168
to
361b7c1
Compare
renovate
bot
changed the title
feat(helm)!: Update chart open-webui to 4.0.6
feat(helm)!: Update chart open-webui to 4.1.0
Dec 13, 2024
renovate
bot
force-pushed
the
renovate/open-webui-4.x
branch
from
December 13, 2024 08:01
361b7c1
to
03d5b25
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.8.0
->4.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-webui/helm-charts (open-webui)
v4.1.0
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.7
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.6
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.5
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.4
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.3
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.2
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.1
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
v4.0.0
Compare Source
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.